Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / C1SortedList<TKey,TValue> Class
Properties Methods


In This Topic
    C1SortedList<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by C1SortedList<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the keys collection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds value to the list, returns index of the added value, throws exception if value with specified key already exists.  
    Public MethodRemoves all elements from the keys and values collections.  
    Public MethodGets the value by specified key.  
    Top
    See Also